Show Fred version from Gradle script#4
Conversation
The workflow used to rely on Fred's freenet.node.Version having a main(...) method that prints the version information. That method has been removed, breaking this build. Compile a version string in Gradle by invoking the related methods on the Version class.
62588be to
3e0f0f8
Compare
|
@xor-freenet nice to see you're still active - here's a potential fix for the recent CI breakage. |
|
@bertm Oh hello! :) I am also really happy you're still contributing, and also to see you back as a person in general :) Regarding your PRs:
Thanks very much again :) |
|
@bertm Did you intentionally delete your last comment here or does GitHub now randomly drop comments?!? |
|
@xor-freenet I sent you an email to address the off-topic matters. Let's keep this PR's discussion focused on the PR itself 😃 |
|
@bertm Thanks but I did not get the mail, not even in the spam folder :( Do you have a different mail address you could try sending it from? |
The workflow used to rely on Fred's freenet.node.Version having a main(...) method that prints the version information. That method has been removed, breaking this build.
Compile a version string in Gradle by invoking the related methods on the Version class.